type runtime.traceBlockReason
6 uses
runtime (current package)
proc.go#L445: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceReason traceBlockReason, traceskip int) {
proc.go#L467: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
runtime2.go#L688: waitTraceBlockReason traceBlockReason
traceruntime.go#L88: type traceBlockReason uint8
traceruntime.go#L91: traceBlockGeneric traceBlockReason = iota
traceruntime.go#L462: func (tl traceLocker) GoPark(reason traceBlockReason, skip int) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |